home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 22 / CU Amiga Magazine's Super CD-ROM 22 (1998)(EMAP Images)(GB)[!][issue 1998-05].iso / PowerPC / System / PPCReleaseDEV / Examples / Time_protos.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-02-21  |  212 b   |  10 lines

  1. #ifndef TIMER_PROTOS_H
  2. #define TIMER_PROTOS_H
  3.  
  4. void*    __regargs    TimerCreateObject(void);
  5. void    __regargs    TimerDeleteObject(void*);
  6. void    __regargs    TimerShow(void*);
  7. BOOL    __regargs    TimerSetAttr(void*,ULONG);
  8.  
  9. #endif
  10.